home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Macademic for Students & Teachers
/
Macademic for Students and Teachers (Quantum Leap)(1992).iso
/
Mathematics
/
GraphStack-Quadratic Eq.
/
card_9516.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-09-05
|
395 b
|
15 lines
-- card: 9516 from stack: in.
-- bmap block id: 0
-- flags: 4000
-- background id: 9740
-- name: 8
----- HyperTalk script -----
on mouseUp
if the mouseLoc is within "4,5,134,68" then
set visible of fld "Vertex" to NOT visible of fld "Vertex"
end if
if the mouseLoc is within "4,65,134,146" then
set visible of fld "Variables" to NOT visible of fld "Variables"
end if
end mouseUp